body {
	font-family: Arial, sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90vh;
	padding-top: 20px;
}

code {
	padding: 10px;
	font-size: clamp(9px, 1.2vw, 16px);
	background: lightgrey;
}

.container {
	text-align: center;
	width: 80%;
	padding: 0 20px;
	margin: 0 auto;
}

.details {
	max-height: 80vh;
	overflow-y: auto;
	border: 1px solid #ccc;
}
table {
	width: 100%;
	border-collapse: collapse;
}
th,
td {
	border: 1px solid #ddd;
	padding: 8px;
}
th {
	background-color: #f2f2f2;
}

.section {
	text-align: left;
	display: inline-block;
	max-width: 100%;
}

.package {
	margin-bottom: 20px;
}

.package h2 {
	cursor: pointer;
	color: blue;
}

.details table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto;
}

.details th,
.details td {
	border: 1px solid #ddd;
	padding: 8px;
}

.details th {
	background-color: #f2f2f2;
}

.scaled-svg {
	width: 50%;
	height: auto;
}

a {
	font-size: clamp(12px, 1.2vw, 16px);
}

h1 {
	margin: 10px;
}

h2 {
	margin-top: 10px;
}

@media only screen and (max-width: 700px) {
	body {
		height: 100%;
	}
}
